Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/178 - RunningCar/

Index.html /cody/swapnilsparsh/30DaysOfJavaScript/178 - RunningCar/Index.html
421 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

carImage.png /cody/swapnilsparsh/30DaysOfJavaScript/178 - RunningCar/carImage.png
174 Views
0 Comments
Media file
cityImage.jpg /cody/swapnilsparsh/30DaysOfJavaScript/178 - RunningCar/cityImage.jpg
142 Views
0 Comments
Media file
roadImage.jpg /cody/swapnilsparsh/30DaysOfJavaScript/178 - RunningCar/roadImage.jpg
153 Views
0 Comments
Media file
script.js /cody/swapnilsparsh/30DaysOfJavaScript/178 - RunningCar/script.js
246 Views
0 Comments
m=0;
var move;
var p=0;
const len=document.documentElement.scrollWidth;
function start(){
p++;
if(p>1){
clearInterva
style.css /cody/swapnilsparsh/30DaysOfJavaScript/178 - RunningCar/style.css
176 Views
0 Comments

#city{
background: url(cityImage.jpg);
background-size: cover;
background-repeat: no-repeat;
width: auto;
h